Eclipse Platform
Pre-release 3.0

org.eclipse.swt.browser
Interface StatusTextListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

public interface StatusTextListener
extends org.eclipse.swt.internal.SWTEventListener

This listener interface may be implemented in order to receive StatusTextEvents.

NOTE: The API in the browser package is NOT finalized. Use at your own risk, because it will most certainly change. The only reason this API is being released at this time is so that other teams can try it out.

See Also:
StatusTextEvent

Method Summary
 void changed(StatusTextEvent event)
          This method is called when the status text is changed.
 

Method Detail

changed

public void changed(StatusTextEvent event)
This method is called when the status text is changed. The status text is typically showed in the status bar of a browser.

Since:
3.0
See Also:
StatusTextEvent

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.